#!/bin/sh

\. ../../../nvm.sh

nvm ls nonexistent_version
[ "$?" = "3" ]
